type net/http.http2PriorityFrame

4 uses

	net/http (current package)
		h2_bundle.go#L2547: type http2PriorityFrame struct {
		h2_bundle.go#L2584: 	return &http2PriorityFrame{
		h2_bundle.go#L5415: 	case *http2PriorityFrame:
		h2_bundle.go#L5973: func (sc *http2serverConn) processPriority(f *http2PriorityFrame) error {